UIVerticalSpacer
	UICollection {horizontalSpacing:"0.1"}
		UIText {text:"Credits\n"}
		UICollection
			UIText {text:"Main Developer:\n\nEthan Clark\n\nLibraries Used:\n"}
			UICollection {verticalSpacing:"0.0",horizontalSpacing:"1.0"}
				UIText {text:"SDL\nGLEW\nANGLE\nSTB Vorbis"}
				UISpacer {width:"0.1"}
				UIText {text:"Lodepng\nGLAD\nEmscripten\nJSMN"}
			end
			UIText {text:"\nArt reference:\n\n\"Code My Crown\" by Dove"}
		end
	end
	UICollection
		UIButton {text:"Next page",onclick:"switchmenu build data/menus/credits 02.txt"}
		UIButton {text:"Back",onclick:"supermenu"}
	end
end